home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / printing / scriptable print simpletext / changelog < prev    next >
Encoding:
Text File  |  2000-09-28  |  866 b   |  22 lines

  1. Changelog:
  2.  
  3. 1 - Strip bits that would take too long to update
  4.     a - QuickDraw GX
  5.     b - AppleGuide file support
  6. 2 - Update project to work with Universal Interfaces 3.1
  7. 3 - Add code from TN 1161 - Extending the print record
  8.     a - Change calls from PrintDefault to ExtendPrDefault
  9.     b - Change calls from PrValidate to ExtendPrValidate
  10.     c - Add ExtendPrintRecord.c to the project
  11.     d - Include ExtendPrintRecord.h in SimpleText.c
  12. 4 - Add 'aete' resource.
  13. 5 - Add Scriptable Printing
  14.     a - Add ScriptablePrinting.c to the project
  15.     b - Include ScriptablePrinting.h in SimpleText.c
  16.     c - Add calls to getPrintRecordFromEvent and
  17.         getPrintJobPrintRec to DoOpenOrPrint
  18.     d - call PrGeneral if the coercion handler cannot be found.
  19. 6 - Add support for showing print dialog based on optional param.
  20.     a - Add getPrintJobShowDialog
  21.     b - call it from the print function in SimpleText.
  22.